Properties of the TCompressedBlob class.
For a complete list of the TCompressedBlob class members, see the TCompressedBlob Members topic.
Public
Name | Description |
AsString (inherited from TBlob) |
Used to manipulate BLOB value as string.
|
AsWideString (inherited from TBlob) |
Used to manipulate BLOB value as Unicode string.
|
Compressed |
Used to indicate if the Blob is compressed.
|
CompressedSize |
Used to indicate compressed size of the Blob data.
|
IsUnicode (inherited from TBlob) |
Gives choice of making TBlob store and process data in Unicode format or not.
|
RefCount (inherited from TSharedObject) |
Used to return the count of reference to a TSharedObject object.
|
Size (inherited from TBlob) |
Used to learn the size of the TBlob value in bytes.
|
See Also